home *** CD-ROM | disk | FTP | other *** search
- #ifndef _DOPUS_LOCALE
- #define _DOPUS_LOCALE
-
- /*****************************************************************************
-
- Locale
-
- *****************************************************************************/
-
- // Locale marker
- struct DOpusLocale
- {
- APTR li_LocaleBase;
- APTR li_Catalog;
- char *li_BuiltIn;
- struct Locale *li_Locale;
- };
-
- STRPTR DOpusGetString(struct DOpusLocale *,LONG);
-
- #endif
-